home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
DefineButton2_341
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
203 b
|
11 lines
on(press){
if(_root.even7 == 18)
{
_root.TUTS.nextFrame();
_root.even7 = 19;
}
_root.micon.gotoAndStop(1);
_root.sfx.gotoAndStop(2);
_root.inven.gotoAndStop(1);
}